home *** CD-ROM | disk | FTP | other *** search
- 4 Number Display Formats:
-
- Nn Numeric Where n is the number of digits after
- the decimal point. (Range 0 to 10)
-
- Sn Scientific Use the notation cEe representing
- c x 10 ^ e .
- Example for S2: 100 = 1.00E2 ; 245 = 2.45E2
-
- A Automatic Automatic mode is the default mode
- which uses either the Numeric and
- Scientific formats, depending on magnitude
-
- Mn Multiplying prefixes
-
- Symbol Prefix Multiple | Symbol Prefix Multiple
- p pico 1e-12 | k kilo 1e3
- n nano 1e-9 | M Mega 1e6
- u micro 1e-6 | G Giga 1e9
- m milli 1e-3 |
- k kilo 1e3 |
-
-